home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C
/
Applications
/
Talking Clock Pro™ 2.0.1
/
Talking Clock Pro Source
/
Extension
/
Headers
/
notify.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-01
|
125 b
|
12 lines
|
[
TEXT/CWIE
]
/*
* Notify.h
*/
#pragma once
#ifndef notify_h
# define notify_h
extern void NotifyStr ( unsigned char * str ) ;
#endif